home *** CD-ROM | disk | FTP | other *** search
/ Champak 64 / Volume 64 - JOGO DISK .iso / Games / skecthpad.swf / scripts / DefineButton2_358 / BUTTONCONDACTION on(release).as
Text File  |  2008-04-25  |  207b  |  12 lines

  1. on(release){
  2.    this.colormixer._visible = false;
  3.    if(this.colorpicker.specials == true)
  4.    {
  5.       this.colorpicker.gotoAndStop(1);
  6.    }
  7.    else
  8.    {
  9.       this.colorpicker.prevFrame();
  10.    }
  11. }
  12.